home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000395_fdc@columbia.edu_Thu Sep 26 10:55:57 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  39 lines

  1. Article: 13731 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Detecting modem type
  6. Date: 26 Sep 2002 10:55:42 -0400
  7. Organization: Columbia University
  8. Lines: 22
  9. Message-ID: <amv75e$9u2$1@watsol.cc.columbia.edu>
  10. References: <amv6oc$9oc$1@msunews.cl.msu.edu>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1033052145 29983 128.59.39.139 (26 Sep 2002 14:55:45 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 26 Sep 2002 14:55:45 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13731
  16.  
  17. In article <amv6oc$9oc$1@msunews.cl.msu.edu>,
  18. Robert Gibbens <rgibbens@redskytech.com> wrote:
  19. :     Is there a way that Kermit can automatically detect the modem type for a
  20. : computer? I am using Visual Basic to create the Kermit scripts, and it's
  21. : going to need to run on multiple machines with different modem types.
  22. You're talking about Windows.  Kermit 95 is the Kermit software for Windows:
  23.  
  24.   http://www.columbia.edu/kermit/k95.html
  25.  
  26. Assuming that is what you are using, just tell it to:
  27.  
  28.   set port tapi
  29.  
  30. rather than something like:
  31.  
  32.   set modem type usrobotics
  33.   set port com1
  34.  
  35. Then it will pick up the modem type automatically from the Control Panel.
  36.  
  37. - Frank
  38.